Skip to content

Commit

Permalink
Increase timeout of some more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Aug 22, 2021
1 parent 92fe1d4 commit bbf3e48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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") }
}

0 comments on commit bbf3e48

Please sign in to comment.