Skip to content

Commit e46f53e

Browse files
committed
timeout and update .npmrc
1 parent 2068321 commit e46f53e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
install: false
4848
start: pnpm --filter tests start --host 127.0.0.1 --port 3000
4949
wait-on: "http://127.0.0.1:3000"
50+
wait-on-timeout: 120
5051
browser: chromium
5152

5253
- name: E2E Firefox
@@ -56,4 +57,5 @@ jobs:
5657
install: false
5758
start: pnpm --filter tests start --host 127.0.0.1 --port 3000
5859
wait-on: "http://127.0.0.1:3000"
60+
wait-on-timeout: 120
5961
browser: firefox

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.13.1
1+
22.19.0

0 commit comments

Comments
 (0)