integratyion tests WIP

This commit is contained in:
Jan Prochazka
2021-05-27 09:12:21 +02:00
parent 08fc3ffce4
commit 0413075af6
10 changed files with 1824 additions and 27 deletions

View File

@@ -0,0 +1,6 @@
async function run() {
console.log('Waiting for starting containers...');
await new Promise(resolve => setTimeout(resolve, 20000));
}
run();