Skip to content

Commit 9c2de27

Browse files
committed
[Tests] Double timeout in closure_specialize_loop.swift.
Fix test failure in debug builds.
1 parent 28078d6 commit 9c2de27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/closure_specialize_loop.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %{python} %S/../Inputs/timeout.py 10 %target-swift-frontend -O -parse-as-library %s -emit-sil | %FileCheck %s
1+
// RUN: %{python} %S/../Inputs/timeout.py 20 %target-swift-frontend -O -parse-as-library %s -emit-sil | %FileCheck %s
22

33
public func callit() {
44
testit { false }

0 commit comments

Comments
 (0)