Skip to content

Commit

Permalink
bump timeout on e2e/8_error_ui_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb committed Jun 11, 2020
1 parent 096bbf9 commit e3257bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server/test/e2e/8_error_ui_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('e2e error ui', function () {
e2e.it('displays correct UI for errors', {
spec: 'various_failures_spec.js',
expectedExitCode: VARIOUS_FAILURES_EXPECTED_FAILURES,
timeout: 180000, // 3 minutes
timeout: 240000, // 4 minutes
noTypeScript: true,
onRun (exec) {
return exec().then(verifyPassedAndFailedAreSame(VARIOUS_FAILURES_EXPECTED_FAILURES))
Expand All @@ -44,7 +44,7 @@ describe('e2e error ui', function () {
e2e.it('displays correct UI for errors in custom commands', {
spec: 'various_failures_custom_commands_spec.js',
expectedExitCode: VARIOUS_FAILURES_EXPECTED_FAILURES,
timeout: 180000, // 3 minutes
timeout: 240000, // 4 minutes
noTypeScript: true,
onRun (exec) {
return exec().then(verifyPassedAndFailedAreSame(VARIOUS_FAILURES_EXPECTED_FAILURES))
Expand Down

0 comments on commit e3257bf

Please sign in to comment.