Skip to content

Commit 47c6ff4

Browse files
authored
Add timeout to E2E test (#1447)
prevent e2e jobs from running for more than 4 minutes
1 parent d3741a6 commit 47c6ff4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/e2e-test-beta4-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
e2e_test:
99
runs-on: ubuntu-latest
10+
timeout-minutes: 4
1011
steps:
1112
- uses: actions/checkout@v3
1213
- name: Setup e2e config secrets

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Description of the upcoming release here.
1010

1111
### Added
1212

13+
- [#1447](https://github.com/FuelLabs/fuel-core/pull/1447): Add timeout for continuous e2e tests
1314
- [#1444](https://github.com/FuelLabs/fuel-core/pull/1444): Add "sanity" benchmarks for memory opcodes.
1415
- [#1437](https://github.com/FuelLabs/fuel-core/pull/1437): Add some transaction throughput tests for basic transfers.
1516
- [#1436](https://github.com/FuelLabs/fuel-core/pull/1436): Add a github action to continuously test beta-4.

0 commit comments

Comments
 (0)