Fix intermittent failure in the "must check that the computed value is correct" scripting integration test#20134
Conversation
|
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/1cfe18564bb64dc/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @timvandermeij received. Current queue size: 0 Live output at: http://54.193.163.58:8877/0fcc1720daba656/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/1cfe18564bb64dc/output.txt Total script time: 13.76 mins
|
…s correct" scripting integration test Typing in the text field causes a sandbox event to trigger, which we should await to avoid continuing to the next part of the test before the sandbox event is fully processed.
07b9312 to
48c6253
Compare
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/0fcc1720daba656/output.txt Total script time: 30.17 mins
|
|
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @timvandermeij received. Current queue size: 0 Live output at: http://54.193.163.58:8877/517e6997dcad679/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/95764fbd4d517f4/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/95764fbd4d517f4/output.txt Total script time: 14.45 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/517e6997dcad679/output.txt Total script time: 28.28 mins
|
Typing in the text field causes a sandbox event to trigger, which we should await to avoid continuing to the next part of the test before the sandbox event is fully processed.
Fixes #20133.