Skip to content

Commit

Permalink
reduce flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
chloeYue committed Oct 25, 2024
1 parent 5f4fbd6 commit 9ffb554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/account/snap-account-signatures.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import SnapSimpleKeyringPage from '../../page-objects/pages/snap-simple-keyring-
import TestDapp from '../../page-objects/pages/test-dapp';

describe('Snap Account Signatures @no-mmi', function (this: Suite) {
this.timeout(150000); // This test is very long, so we need an unusually high timeout
this.timeout(200000); // This test is very long, so we need an unusually high timeout
// Run sync, async approve, and async reject flows
// (in Jest we could do this with test.each, but that does not exist here)

Expand Down

0 comments on commit 9ffb554

Please sign in to comment.