We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d2117 commit c1674feCopy full SHA for c1674fe
1 file changed
src/test/java/ServerParserTest.kt
@@ -95,7 +95,7 @@ class ServerParserTest {
95
assertTrue { testServer.leds.runningAnimations.ids.contains("2521") }
96
97
testServer.parseTextCommand("end 1234", null)
98
- delayBlocking(500)
+ delayBlocking(2000)
99
assertFalse { testServer.leds.runningAnimations.ids.contains("1234") }
100
assertTrue { testServer.leds.runningAnimations.ids.contains("1357") }
101
assertTrue { testServer.leds.runningAnimations.ids.contains("2431") }
0 commit comments