Skip to content

Commit

Permalink
Increase Jasmine test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI committed Nov 13, 2024
1 parent c977172 commit a483258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
console.error = (data: any): void => fail(data);
// eslint-disable-next-line no-console, @typescript-eslint/no-explicit-any
console.warn = (data: any): void => fail(data);
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
jasmine.DEFAULT_TIMEOUT_INTERVAL = 15000;

0 comments on commit a483258

Please sign in to comment.