1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-01 10:07:56 +00:00

Increase timeout of some more tests

This commit is contained in:
Jonathan Coates
2021-08-22 18:01:06 +01:00
parent 92fe1d4bc2
commit bbf3e48763

View File

@@ -9,6 +9,6 @@ class CraftOs_Test {
/**
* Sends a rednet message to another a computer and back again.
*/
@GameTest
@GameTest(timeoutTicks = 200)
fun Sends_basic_rednet_messages(context: GameTestHelper) = context.sequence { thenComputerOk("main") }
}