Skip to content

Commit

Permalink
increase the timeoutticks for the energy detector test
Browse files Browse the repository at this point in the history
  • Loading branch information
SirEndii committed Sep 10, 2024
1 parent 099279e commit 770a76a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class PeripheralTest {
thenComputerOk();
}

@GameTest
@GameTest(timeoutTicks = 300)
fun energyDet(context: GameTestHelper) = context.sequence {
thenComputerOk();
}
Expand Down

0 comments on commit 770a76a

Please sign in to comment.