Yeah sorry, don't make Prime bridge requests in the integration tests!

This commit is contained in:
Jordan Brown
2020-04-28 14:37:47 -04:00
parent 54a112db6c
commit 6333ec076b
+4 -5
View File
@@ -6,11 +6,10 @@
/proc/StartAsync()
set waitfor = FALSE
world.log << "First sleep"
sleep(50)
world.log << "Priming..."
world.TgsInitializationComplete()
world.log << "Second sleep"
Run()
/proc/Run()
world.log << "sleep"
sleep(50)
TgsTargetedChatBroadcast("Sample admin-only message", TRUE)