Explorar el Código

Apply compiler timeout workaround for tests

Marcin Krzyżanowski hace 8 años
padre
commit
121d72c53b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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