Skip to content

Commit 2a04604

Browse files
authored
Merge pull request swiftlang#75955 from rjmansfield/closure-specialize-timeout
[Tests] Double timeout in closure_specialize_loop.swift.
2 parents fc81208 + 9c2de27 commit 2a04604

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)