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

Reverted to the previous test timeout value.

parent e71c8f44
Branches
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 : 300000;
private static final int TIMEOUT = System.getProperty("DisableTestTimeout") != null ? Integer.MAX_VALUE : 10000;
/**
* 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.
Please register or to comment