Skip to content

Commit

Permalink
Remove proxy test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Oct 17, 2024
1 parent 7b1ddc1 commit 39d29fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
- run: sudo ~/.cache/caddy/caddy start --config ./ci/Caddyfile

- run: CODE_SERVER_TEST_ENTRY=./release npm run test:e2e:proxy --global-timeout 840000
- run: CODE_SERVER_TEST_ENTRY=./release npm run test:e2e:proxy

- if: always()
run: sudo ~/.cache/caddy/caddy stop --config ./ci/Caddyfile
Expand Down

0 comments on commit 39d29fc

Please sign in to comment.