Skip to content

Commit dc8c89c

Browse files
javier-godoypaodb
authored andcommitted
test: set timeout to 10 seconds
1 parent 26f2e0b commit dc8c89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/flowingcode/vaadin/addons/gridexporter/test/ConcurrentExportTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
@net.jcip.annotations.NotThreadSafe
5757
public class ConcurrentExportTests {
5858

59-
private static final int TEST_TIMEOUT = 5000;
59+
private static final int TEST_TIMEOUT = 10000;
6060

6161
private static Matcher<Throwable> throwsInterruptedByTimeout() {
6262
return Matchers.instanceOf(InterruptedByTimeoutException.class);

0 commit comments

Comments
 (0)