local-docker provider use docker with commands

pull/461/head
Frostebite 2022-09-18 05:42:07 +01:00
parent 6577aeb5c1
commit 1abb2c3c63
1 changed files with 1 additions and 1 deletions

View File

@ -82,6 +82,6 @@ describe('Cloud Runner', () => {
expect(newLinePurgedFile).toContain(`${element.name}=${element.value}`);
}
}
}, 1000000);
}, 10000000);
}
});