File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" ],
You can’t perform that action at this time.
0 commit comments