Skip to content

Commit

Permalink
This reboot was too fast
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Oct 16, 2023
1 parent 2a7ac83 commit b397b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DMAPI/LongRunning/Test.dm
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ var/received_health_check = FALSE
set waitfor = FALSE
world.TgsChatBroadcast(new /datum/tgs_message_content("Rebooting after 3 seconds"));
world.log << "About to sleep. sleep_offline: [world.sleep_offline]"
sleep(1)
sleep(30)
world.log << "Done sleep, calling Reboot"
world.Reboot()

Expand Down

0 comments on commit b397b05

Please sign in to comment.