We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4efd9 commit 576e0b8Copy full SHA for 576e0b8
.github/workflows/rust.yml
@@ -163,8 +163,8 @@ jobs:
163
if: matrix.job.use-cross != true
164
env:
165
E2E_TEST_THREADS: "8"
166
- E2E_WAIT_TIMEOUT: "300"
167
- E2E_EVENT_TIMEOUT: "30"
+ E2E_WAIT_TIMEOUT_SECONDS: "300"
+ E2E_EVENT_TIMEOUT_SECONDS: "30"
168
run: |
169
CARGO_TARGET=${{ matrix.job.target }} E2E_LOGGING_LEVEL=info make e2e-test
170
0 commit comments