Skip to content

Commit d8b07ce

Browse files
authored
Merge pull request #79421 from eeckstein/increase-test-timeout
tests: increase timeout of SILOptimizer/large_c_struct.swift
2 parents 6d85bb5 + 85736fb commit d8b07ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: validation-test/SILOptimizer/large_c_struct.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// RUN: split-file %s %t
33

44
// The compiler should finish in less than 20 seconds. To give some slack,
5-
// specify a timeout of 1 minute.
6-
// If the compiler needs more than 1 minute, there is probably a real problem.
5+
// specify a timeout of 3 minutes.
6+
// If the compiler needs more than 3 minutes, there is probably a real problem.
77
// So please don't just increase the timeout in case this fails.
88

9-
// RUN: %{python} %S/../../test/Inputs/timeout.py 60 %target-swift-frontend -c -o %t/out.o -primary-file %t/test.swift -import-objc-header %t/bigstruct.h
9+
// RUN: %{python} %S/../../test/Inputs/timeout.py 180 %target-swift-frontend -c -o %t/out.o -primary-file %t/test.swift -import-objc-header %t/bigstruct.h
1010

1111
// REQUIRES: long_test
1212

0 commit comments

Comments
 (0)