Skip to content

Commit e63ee30

Browse files
authored
[bazel] Use "moderate" timeout for opt_fold_test (KhronosGroup#6553)
It hovers around 60s on Intel-based Mac. Fixed: KhronosGroup#6552
1 parent b2033ea commit e63ee30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ cc_library(
546546
[cc_test(
547547
name = "opt_{testcase}_test".format(testcase = f[len("test/opt/"):-len("_test.cpp")]),
548548
size = "small",
549+
timeout = "moderate" if f[len("test/opt/"):-len("_test.cpp")] == "fold" else "short",
549550
srcs = [f],
550551
copts = TEST_COPTS,
551552
linkstatic = 1,

0 commit comments

Comments
 (0)