Skip to content
Snippets Groups Projects
Commit 48c04316 authored by Vitaliy Vashchenko's avatar Vitaliy Vashchenko
Browse files

Removed unnecessary timeout from game flow test.

parent 6d35556c
Branches feature-test-runes
Tags
No related merge requests found
......@@ -18,9 +18,7 @@
package cz.nic.tablexia.test.games.runes;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.Timeout;
import java.util.ArrayList;
import java.util.List;
......@@ -40,12 +38,9 @@ import static org.junit.Assert.assertTrue;
public class RunesGameFlowTest {
private static final int TIMEOUT_LIMIT = 100;
private TablexiaRandom tablexiaRandom;
@Rule
public Timeout generatorTimeout = new Timeout(TIMEOUT_LIMIT);
@Before
public void tearUp() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment