Add timeout time

This commit is contained in:
sadick254 2021-08-20 16:19:46 +03:00
parent e7fdecff1b
commit c48b924004
No known key found for this signature in database
GPG Key ID: FB51CF448C1FD089

View File

@ -53,7 +53,7 @@ jasmine.getEnv().addEqualityTester (a, b) ->
_.isEqual(a, b)
if process.env.CI
jasmine.getEnv().defaultTimeoutInterval = 60000
jasmine.getEnv().defaultTimeoutInterval = 120000
else
jasmine.getEnv().defaultTimeoutInterval = 5000