File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"02479_race_condition_between_insert_and_droppin_mv" : {
12
12
"reason" : " INVESTIGATE: Unstable on ubsan"
13
+ },
14
+ "01825_new_type_json_ghdata" : {
15
+ "reason" : " INVESTIGATE: Sometime out of memory on msan"
13
16
}
14
17
}
Original file line number Diff line number Diff line change @@ -400,17 +400,17 @@ class CI:
400
400
JobNames .INTEGRATION_TEST_ASAN : CommonJobConfigs .INTEGRATION_TEST .with_properties (
401
401
required_builds = [BuildNames .PACKAGE_ASAN ],
402
402
num_batches = 4 ,
403
- timeout = 9000 , # the job timed out with default value (7200)
403
+ timeout = 3 * 3600 , # the job timed out with default value (7200)
404
404
),
405
405
JobNames .INTEGRATION_TEST_ASAN_OLD_ANALYZER : CommonJobConfigs .INTEGRATION_TEST .with_properties (
406
406
required_builds = [BuildNames .PACKAGE_ASAN ],
407
407
num_batches = 6 ,
408
- timeout = 12000 , # the job timed out with default value (7200)
408
+ timeout = 4 * 3600 , # the job timed out with default value (7200)
409
409
),
410
410
JobNames .INTEGRATION_TEST_TSAN : CommonJobConfigs .INTEGRATION_TEST .with_properties (
411
411
required_builds = [BuildNames .PACKAGE_TSAN ],
412
412
num_batches = 6 ,
413
- timeout = 12000 , # the job timed out with default value (7200)
413
+ timeout = 4 * 3600 , # the job timed out with default value (7200)
414
414
),
415
415
JobNames .INTEGRATION_TEST_ARM : CommonJobConfigs .INTEGRATION_TEST .with_properties (
416
416
required_builds = [BuildNames .PACKAGE_AARCH64 ],
You can’t perform that action at this time.
0 commit comments