Skip to content

Commit 3346043

Browse files
committed
chore: Increase timeout for CPU template snapshot/restore tests
Now that those tests cover all CPU templates, they take longer time. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent d589f2a commit 3346043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline_cpu_template.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class BkStep(str, Enum):
4949
],
5050
BkStep.LABEL: "📸 create snapshots",
5151
BkStep.ARTIFACTS: "tests/snapshot_artifacts_upload/**/*",
52-
BkStep.TIMEOUT: 30,
52+
BkStep.TIMEOUT: 60,
5353
},
5454
"restore": {
5555
BkStep.COMMAND: [
@@ -58,7 +58,7 @@ class BkStep(str, Enum):
5858
"tools/devtool -y test --no-build -- -m nonci -n4 --dist worksteal integration_tests/functional/test_cpu_features_x86_64.py -k 'test_cpu_wrmsr_restore or test_cpu_cpuid_restore'",
5959
],
6060
BkStep.LABEL: "📸 load snapshot artifacts created on {instance} {snapshot_os} {snapshot_kv} to {restore_instance} {restore_os} {restore_kv}",
61-
BkStep.TIMEOUT: 30,
61+
BkStep.TIMEOUT: 60,
6262
},
6363
"cross_instances": {
6464
"m5n.metal": ["c5n.metal", "m6i.metal"],

0 commit comments

Comments
 (0)