Skip to content

Commit e1a84cd

Browse files
committed
increase sleep for the isItemCrafting function in the mecrafting peripheral test
1 parent 1a692db commit e1a84cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testMod/resources/data/advancedperipheralstest/computer/tests/peripheraltest.mecrafting.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test.assert(stickCount == 0, "We should not have sticks")
4242
craftingSuccessful = bridge.craftItem(stickFilter)
4343
test.assert(craftingSuccessful, "Crafting failed")
4444

45-
sleep(0.1)
45+
sleep(0.15)
4646

4747
isItemCrafting = bridge.isItemCrafting(stickFilter)
4848
test.assert(isItemCrafting, "There should be a crafting job")

0 commit comments

Comments
 (0)