File tree 1 file changed +3
-3
lines changed
validation-test/SILOptimizer
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: split-file %s %t
3
3
4
4
// 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.
7
7
// So please don't just increase the timeout in case this fails.
8
8
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
10
10
11
11
// REQUIRES: long_test
12
12
You can’t perform that action at this time.
0 commit comments