Skip to content

Commit 43622c8

Browse files
committed
chore(e2e): remove excessive timeout from health check commands in workflow
1 parent ad20de8 commit 43622c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
run: bun run build
4949

5050
- name: Run health check for naga-dev
51-
run: NETWORK=naga-dev bun run test:e2e all --timeout 5000000
51+
run: NETWORK=naga-dev bun run test:e2e all
5252
timeout-minutes: 10
5353

5454
- name: Run health check for naga-test
55-
run: NETWORK=naga-test bun run test:e2e all --timeout 5000000
55+
run: NETWORK=naga-test bun run test:e2e all
5656
timeout-minutes: 10
5757

5858
- name: Run health check for naga-staging
59-
run: NETWORK=naga-staging bun run test:e2e all --timeout 5000000
59+
run: NETWORK=naga-staging bun run test:e2e all
6060
timeout-minutes: 10

0 commit comments

Comments
 (0)