Work around more languages that are really slow

This commit is contained in:
Radon Rosborough 2021-12-23 16:05:44 -08:00
parent 5c1cf7c727
commit f73e8bb5bc
3 changed files with 5 additions and 1 deletions

View File

@ -18,3 +18,5 @@ run: |
scope:
code: |
x = 123 * 234;
timeoutFactor: 4

View File

@ -26,3 +26,5 @@ template: |
run: |
JAVA_OPTS="-Duser.home=$PWD" ioke main.ik; JAVA_OPTS="-Duser.home=$PWD" ioke
timeoutFactor: 4

View File

@ -37,4 +37,4 @@ run: |
JAVA_OPTS="-Duser.home=$PWD" kotlinc -script main.kts
kotlinc
timeoutFactor: 2
timeoutFactor: 4