Skip to content

Commit

Permalink
Update tokens.cs-e2e.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cfaur09 committed Nov 17, 2024
1 parent cd618d2 commit f7b19d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/chain-simulator/tokens.cs-e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Tokens e2e tests with chain simulator', () => {

// Issue multiple ESDT tokens
await issueMultipleEsdts(CHAIN_SIMULATOR_URL, ALICE_ADDRESS, 5);
await new Promise((resolve) => setTimeout(resolve, 10000));
await new Promise((resolve) => setTimeout(resolve, 20000));
} catch (e) {
console.error(e);
}
Expand Down

0 comments on commit f7b19d8

Please sign in to comment.