Skip to content

Commit

Permalink
Composing takes time
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 14, 2016
1 parent 92727ff commit e819edb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ node('docker') {
stage 'Tests'

try{
sh 'sleep 300'
sh 'bin/test.sh &> debug'
} catch(error) {
def error_details = readFile('./debug');
Expand Down

0 comments on commit e819edb

Please sign in to comment.