Work around more languages that are really slow
This commit is contained in:
parent
5c1cf7c727
commit
f73e8bb5bc
|
@ -18,3 +18,5 @@ run: |
|
|||
scope:
|
||||
code: |
|
||||
x = 123 * 234;
|
||||
|
||||
timeoutFactor: 4
|
||||
|
|
|
@ -26,3 +26,5 @@ template: |
|
|||
|
||||
run: |
|
||||
JAVA_OPTS="-Duser.home=$PWD" ioke main.ik; JAVA_OPTS="-Duser.home=$PWD" ioke
|
||||
|
||||
timeoutFactor: 4
|
||||
|
|
|
@ -37,4 +37,4 @@ run: |
|
|||
JAVA_OPTS="-Duser.home=$PWD" kotlinc -script main.kts
|
||||
kotlinc
|
||||
|
||||
timeoutFactor: 2
|
||||
timeoutFactor: 4
|
||||
|
|
Loading…
Reference in New Issue