Skip to content

Commit

Permalink
increase timeout for e2e sdk-set-user-id test
Browse files Browse the repository at this point in the history
  • Loading branch information
hnhv committed Jan 2, 2025
1 parent af5b76e commit a358b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions end-to-end-tests/sdk-set-user-id.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
unregisterServiceWorker
} from './test-utils';

jest.setTimeout(60000);
let killServer = null;
let chromeDriver = null;

Expand Down

0 comments on commit a358b65

Please sign in to comment.