Skip to content

Commit 84da6f3

Browse files
authored
CI: Add timeouts to e2e jobs (#2131)
1 parent 683bacc commit 84da6f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/config.yml

+9
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ jobs:
330330
e2e-benchmarks:
331331
name: End-to-end benchmarks
332332
runs-on: [self-hosted, blockchain, 8-cpu]
333+
timeout-minutes: 30
333334

334335
needs:
335336
- go-modules
@@ -364,6 +365,7 @@ jobs:
364365
end-to-end-blockchain-parameters-test:
365366
name: End-to-end blockchain parameters test
366367
runs-on: [self-hosted, blockchain, 8-cpu]
368+
timeout-minutes: 30
367369
env:
368370
NODE_VERSION: 12
369371

@@ -410,6 +412,7 @@ jobs:
410412
end-to-end-governance-test:
411413
name: End-to-end governance test
412414
runs-on: [self-hosted, blockchain, 8-cpu]
415+
timeout-minutes: 30
413416
env:
414417
NODE_VERSION: 12
415418

@@ -457,6 +460,7 @@ jobs:
457460
end-to-end-sync-test:
458461
name: End-to-end sync test
459462
runs-on: [self-hosted, blockchain, 8-cpu]
463+
timeout-minutes: 30
460464
env:
461465
NODE_VERSION: 12
462466

@@ -503,6 +507,7 @@ jobs:
503507
end-to-end-slashing-test:
504508
name: End-to-end slashing test
505509
runs-on: [self-hosted, blockchain, 8-cpu]
510+
timeout-minutes: 30
506511
env:
507512
NODE_VERSION: 12
508513

@@ -549,6 +554,7 @@ jobs:
549554
end-to-end-transfers-test:
550555
name: End-to-end transfers test
551556
runs-on: [self-hosted, blockchain, 8-cpu]
557+
timeout-minutes: 30
552558
env:
553559
NODE_VERSION: 12
554560

@@ -595,6 +601,7 @@ jobs:
595601
end-to-end-validator-order-test:
596602
name: End-to-end validator order test
597603
runs-on: [self-hosted, blockchain, 8-cpu]
604+
timeout-minutes: 30
598605
env:
599606
NODE_VERSION: 12
600607

@@ -641,6 +648,7 @@ jobs:
641648
end-to-end-cip35-eth-compatibility-test:
642649
name: End-to-end CIP35-eth compatibility test
643650
runs-on: [self-hosted, blockchain, 8-cpu]
651+
timeout-minutes: 30
644652
env:
645653
NODE_VERSION: 12
646654

@@ -687,6 +695,7 @@ jobs:
687695
end-to-end-replica-test:
688696
name: End-to-end replica test
689697
runs-on: [self-hosted, blockchain, 8-cpu]
698+
timeout-minutes: 30
690699
env:
691700
NODE_VERSION: 12
692701

0 commit comments

Comments
 (0)