Skip to content

Commit dbde6f2

Browse files
dsgoudalmazuel
authored andcommitted
Making travis run > 10 mins (#2739)
1 parent 0f1c1a7 commit dbde6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ script:
5454
fi
5555
- >-
5656
if [[ $MODE == 'node' ]]; then
57-
$DOCKER_CMD Azure/azure-sdk-for-node -v
57+
travis_wait 30 $DOCKER_CMD Azure/azure-sdk-for-node -v
5858
fi
5959
- >-
6060
if [[ $MODE == 'ruby' ]]; then

0 commit comments

Comments
 (0)