Преглед изворни кода

Apply compiler timeout workaround for tests

Marcin Krzyżanowski пре 8 година
родитељ
комит
121d72c53b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      scripts/CI.sh

+ 1 - 1
scripts/CI.sh

@@ -39,5 +39,5 @@ if [ -e "Tools/testprep.sh" ]; then
 fi
 
 if [ -d "Tests" ]; then
-	swift test -Xswiftc -DCI
+	swift test -Xswiftc -DCI -Xswiftc -Xfrontend -Xswiftc -solver-memory-threshold -Xswiftc -Xfrontend -Xswiftc 999999999
 fi