Skip to content

Commit 49a9e4c

Browse files
Merge pull request #788 from ricardobranco777/maxjobtime
Fix MAX_JOB_TIME for upstream container tests
2 parents 28b2a00 + 7488764 commit 49a9e4c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

job_groups/opensuse_tumbleweed.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ scenarios:
553553
CONTAINER_RUNTIMES: 'podman'
554554
QEMUCPU: 'host'
555555
QEMUCPUS: '2'
556-
MAX_JOB_TIME: '12000'
557556
RETRY: '1'
558557
- container_host_buildah_testsuite_crun:
559558
testsuite: extra_tests_textmode_containers
@@ -564,7 +563,6 @@ scenarios:
564563
CONTAINER_RUNTIMES: 'podman'
565564
QEMUCPU: 'host'
566565
QEMUCPUS: '2'
567-
MAX_JOB_TIME: '12000'
568566
OCI_RUNTIME: 'crun'
569567
RETRY: '1'
570568
- container_host_conmon_testsuite:
@@ -594,7 +592,7 @@ scenarios:
594592
settings:
595593
BATS_PACKAGE: 'podman'
596594
CONTAINER_RUNTIMES: 'podman'
597-
MAX_JOB_TIME: '12000'
595+
MAX_JOB_TIME: '9000'
598596
QEMUCPUS: '2'
599597
QEMURAM: '4096'
600598
RETRY: '1'
@@ -605,7 +603,7 @@ scenarios:
605603
settings:
606604
BATS_PACKAGE: 'podman'
607605
CONTAINER_RUNTIMES: 'podman'
608-
MAX_JOB_TIME: '12000'
606+
MAX_JOB_TIME: '9000'
609607
OCI_RUNTIME: 'crun'
610608
QEMUCPUS: '2'
611609
QEMURAM: '4096'

0 commit comments

Comments
 (0)