Skip to content

Commit

Permalink
Revert timeout increase on CI.
Browse files Browse the repository at this point in the history
We now have a retry mechanism. There is now no need to make the wait
period longer
  • Loading branch information
sadick254 committed Aug 16, 2021
1 parent cde092e commit 133a706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec-helper.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jasmine.getEnv().addEqualityTester (a, b) ->
_.isEqual(a, b)

if process.env.CI
jasmine.getEnv().defaultTimeoutInterval = 120000
jasmine.getEnv().defaultTimeoutInterval = 60000
else
jasmine.getEnv().defaultTimeoutInterval = 5000

Expand Down

0 comments on commit 133a706

Please sign in to comment.