add more delay

This commit is contained in:
Michael Telatynski 2021-08-13 13:38:11 +01:00
parent 5e38b8b3b3
commit 6ce518cb8f

View file

@ -29,6 +29,7 @@ const assert = require('assert');
module.exports = async function lazyLoadingScenarios(alice, bob, charlies) {
console.log(" creating a room for lazy loading member scenarios:");
await alice.delay(1000); // let dialogs close and the app settle
const charly1to5 = charlies.slice("charly-1..5", 0, 5);
const charly6to10 = charlies.slice("charly-6..10", 5);
assert(charly1to5.sessions.length, 5);