@@ -330,6 +330,7 @@ jobs:
330
330
e2e-benchmarks :
331
331
name : End-to-end benchmarks
332
332
runs-on : [self-hosted, blockchain, 8-cpu]
333
+ timeout-minutes : 30
333
334
334
335
needs :
335
336
- go-modules
@@ -364,6 +365,7 @@ jobs:
364
365
end-to-end-blockchain-parameters-test :
365
366
name : End-to-end blockchain parameters test
366
367
runs-on : [self-hosted, blockchain, 8-cpu]
368
+ timeout-minutes : 30
367
369
env :
368
370
NODE_VERSION : 12
369
371
@@ -410,6 +412,7 @@ jobs:
410
412
end-to-end-governance-test :
411
413
name : End-to-end governance test
412
414
runs-on : [self-hosted, blockchain, 8-cpu]
415
+ timeout-minutes : 30
413
416
env :
414
417
NODE_VERSION : 12
415
418
@@ -457,6 +460,7 @@ jobs:
457
460
end-to-end-sync-test :
458
461
name : End-to-end sync test
459
462
runs-on : [self-hosted, blockchain, 8-cpu]
463
+ timeout-minutes : 30
460
464
env :
461
465
NODE_VERSION : 12
462
466
@@ -503,6 +507,7 @@ jobs:
503
507
end-to-end-slashing-test :
504
508
name : End-to-end slashing test
505
509
runs-on : [self-hosted, blockchain, 8-cpu]
510
+ timeout-minutes : 30
506
511
env :
507
512
NODE_VERSION : 12
508
513
@@ -549,6 +554,7 @@ jobs:
549
554
end-to-end-transfers-test :
550
555
name : End-to-end transfers test
551
556
runs-on : [self-hosted, blockchain, 8-cpu]
557
+ timeout-minutes : 30
552
558
env :
553
559
NODE_VERSION : 12
554
560
@@ -595,6 +601,7 @@ jobs:
595
601
end-to-end-validator-order-test :
596
602
name : End-to-end validator order test
597
603
runs-on : [self-hosted, blockchain, 8-cpu]
604
+ timeout-minutes : 30
598
605
env :
599
606
NODE_VERSION : 12
600
607
@@ -641,6 +648,7 @@ jobs:
641
648
end-to-end-cip35-eth-compatibility-test :
642
649
name : End-to-end CIP35-eth compatibility test
643
650
runs-on : [self-hosted, blockchain, 8-cpu]
651
+ timeout-minutes : 30
644
652
env :
645
653
NODE_VERSION : 12
646
654
@@ -687,6 +695,7 @@ jobs:
687
695
end-to-end-replica-test :
688
696
name : End-to-end replica test
689
697
runs-on : [self-hosted, blockchain, 8-cpu]
698
+ timeout-minutes : 30
690
699
env :
691
700
NODE_VERSION : 12
692
701
0 commit comments