Skip to content
Snippets Groups Projects
Commit 1dfc00cf authored by Lukas Stadler's avatar Lukas Stadler
Browse files

increase timeout for tests to 20s

parent e078fafc
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ import com.oracle.truffle.r.test.TestBase;
public final class FastRSession implements RSession {
private static final int TIMEOUT = System.getProperty("DisableTestTimeout") != null ? Integer.MAX_VALUE : 10000;
private static final int TIMEOUT = System.getProperty("DisableTestTimeout") != null ? Integer.MAX_VALUE : 20000;
/**
* A (virtual) console handler that collects the output in a {@link StringBuilder} for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment