You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Jasmine and found that when run with the BrowserStack karma launcher, test taking 4 seconds locally would take ~30 seconds.
I'd like to dynamically adapt jasmine.DEFAULT_TIMEOUT_INTERVAL (increase it only for BrowserStack).
Is there anything (within window.*?) I could rely on in order to tweak this setting dynamically?
I'm using Jasmine and found that when run with the BrowserStack karma launcher, test taking 4 seconds locally would take ~30 seconds.
I'd like to dynamically adapt
jasmine.DEFAULT_TIMEOUT_INTERVAL(increase it only for BrowserStack).Is there anything (within
window.*?) I could rely on in order to tweak this setting dynamically?