diff --git a/core/test/cz/nic/tablexia/test/games/runes/RunesGameFlowTest.java b/core/test/cz/nic/tablexia/test/games/runes/RunesGameFlowTest.java
index 0dc2ea98ce994938760f8fe8e8eb405f7f958f34..440fcdffa0b7d4f805095dd2fa63c9390cbda763 100644
--- a/core/test/cz/nic/tablexia/test/games/runes/RunesGameFlowTest.java
+++ b/core/test/cz/nic/tablexia/test/games/runes/RunesGameFlowTest.java
@@ -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() {