Skip to content

Commit 576e0b8

Browse files
forkline-dev[bot]pando85
authored andcommitted
fix: correct e2e test timeout environment variable names
1 parent 0c4efd9 commit 576e0b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ jobs:
163163
if: matrix.job.use-cross != true
164164
env:
165165
E2E_TEST_THREADS: "8"
166-
E2E_WAIT_TIMEOUT: "300"
167-
E2E_EVENT_TIMEOUT: "30"
166+
E2E_WAIT_TIMEOUT_SECONDS: "300"
167+
E2E_EVENT_TIMEOUT_SECONDS: "30"
168168
run: |
169169
CARGO_TARGET=${{ matrix.job.target }} E2E_LOGGING_LEVEL=info make e2e-test
170170

0 commit comments

Comments
 (0)