Skip to content
Snippets Groups Projects
Commit 28debd7b authored by Adam Welc's avatar Adam Welc
Browse files

Merge pull request #109 in G/fastr from...

Merge pull request #109 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:feature/increase_test_timeout to master

* commit '1dfc00cf':
  increase timeout for tests to 20s
parents e078fafc 1dfc00cf
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