Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed May 27, 2024
1 parent a41c16c commit 298f82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright-tests/create-fuels.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test('counter contract - increment function call works properly', async ({ page

await page.reload();

await page.waitForTimeout(2000);
await page.waitForTimeout(5000);

const incrementButton = page.getByText('Increment Counter');
await incrementButton.click();
Expand Down

0 comments on commit 298f82d

Please sign in to comment.