Skip to content

Commit

Permalink
increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Jun 11, 2024
1 parent e5d348f commit c0d3d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/test/12_loadingAllTransactions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import driversPoolsManager from '../utils/driversPool.js';
const testWallet = getSpendableWallet();

describe('Loading all txs', function () {
this.timeout(3 * oneMinute);
this.timeout(5 * oneMinute);
let webdriver = null;
let logger = null;

Expand Down

0 comments on commit c0d3d05

Please sign in to comment.