File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
validation-test/SILOptimizer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments