浏览代码

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