1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-02 18:13:21 +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
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

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") }
}