Skip to content

Commit

Permalink
make things actually work for real now
Browse files Browse the repository at this point in the history
  • Loading branch information
efstajas committed Apr 16, 2024
1 parent 391ea05 commit 7431f8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/services/testnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/foundry-rs/foundry:latest

COPY ./services/testnet/state state

ENTRYPOINT anvil --chain-id 5 --state ./state --mnemonic "fame elevator saddle renew match guilt seat duck seven buyer true smoke" --host 0.0.0.0 --block-time 1
ENTRYPOINT anvil --chain-id 5 --state ./state --mnemonic "fame elevator saddle renew match guilt seat duck seven buyer true smoke" --host 0.0.0.0 --block-time 2
2 changes: 1 addition & 1 deletion docker/services/testnet/state

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/e2e-tests/top-up-create-stream.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ describe('app', async () => {
});

it('shows the topped-up amount on the funds page', async () => {
await page.locator('text=Got it').click({ timeout: 10000 });
await page.locator('text=Got it').click({ timeout: 30000 });
await page.waitForTimeout(2000);
await page.reload();
}, 10000);
}, 50000);
});

describe('create stream flow', () => {
Expand Down

0 comments on commit 7431f8b

Please sign in to comment.