Skip to content

Commit dbbf7bb

Browse files
mi-acV8-internal LUCI CQ
authored andcommitted
Bump timeout again due to occasional slow flags
Bug: 453513823 Change-Id: I868371479c88a9d0cb6074f9c31f2bab3630b9d9 Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/8696136 Commit-Queue: Michael Achenbach <[email protected]> Commit-Queue: Matthias Liedtke <[email protected]> Reviewed-by: Matthias Liedtke <[email protected]> Auto-Submit: Michael Achenbach <[email protected]>
1 parent 72eaa81 commit dbbf7bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/FuzzilliCli/Profiles/V8HoleFuzzingProfile.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ let v8HoleFuzzingProfile = Profile(
4040

4141
maxExecsBeforeRespawn: 1000,
4242

43-
timeout: 300,
43+
timeout: 400,
4444

4545
codePrefix: """
4646
""",

Sources/FuzzilliCli/Profiles/V8Profile.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ let v8Profile = Profile(
267267

268268
maxExecsBeforeRespawn: 1000,
269269

270-
timeout: 300,
270+
timeout: 400,
271271

272272
codePrefix: """
273273
""",

Sources/FuzzilliCli/Profiles/V8SandboxProfile.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ let v8SandboxProfile = Profile(
7676
maxExecsBeforeRespawn: 1000,
7777

7878
// ASan builds are slower, so we use a larger timeout.
79-
timeout: 500,
79+
timeout: 600,
8080

8181
codePrefix: """
8282
//

0 commit comments

Comments
 (0)