Skip to content

Commit 7ece5ba

Browse files
authored
fix(e2etest): Increase timeout to 30 minutes for e2e (#721)
1 parent c5d66db commit 7ece5ba

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
@@ -28,7 +28,7 @@ jobs:
2828
script: yarn test
2929
- name: 'E2E Tests'
3030
if: fork = false # Note: We can only run E2E tests on canonical due to security concerns
31-
script: yarn test:e2e
31+
script: travis_wait 30 yarn test:e2e
3232
notifications:
3333
email:
3434
recipients:

0 commit comments

Comments
 (0)