Skip to content

Commit db2a828

Browse files
committed
1 parent 63a9c44 commit db2a828

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
@@ -42,7 +42,7 @@ script: |
4242
if [ "${BROWSER}" = "" ]
4343
then npm run test:cover
4444
else
45-
travis_wait 300 npm run test:browser -- --browsers "$BROWSER"
45+
travis_wait 600 npm run test:browser -- --browsers "$BROWSER"
4646
fi
4747
after_success: |
4848
if [ "${BROWSER}" = "" ]

0 commit comments

Comments
 (0)