Skip to content

Commit c88d794

Browse files
author
Pavel Marek
committed
Increase timeout for unit tests
1 parent b108c5e commit c88d794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/generate/FastRSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public final class FastRSession implements RSession {
8383
public static final Source GET_CONTEXT = createSource("invisible(.fastr.context.get())", RSource.Internal.GET_CONTEXT.string);
8484

8585
private static final String TEST_TIMEOUT_PROPERTY = "fastr.test.timeout";
86-
private static int timeoutValue = VectorDataLibrary.ENABLE_VERY_SLOW_ASSERTS ? 30000 : 10000;
86+
private static int timeoutValue = VectorDataLibrary.ENABLE_VERY_SLOW_ASSERTS ? 40000 : 20000;
8787

8888
private static FastRSession singleton;
8989

0 commit comments

Comments
 (0)