fixes
parent
3a1bcc9dad
commit
1708f643e2
|
@ -122,7 +122,7 @@ describe('Cloud Runner Locking', () => {
|
||||||
expect(
|
expect(
|
||||||
await SharedWorkspaceLocking.GetOrCreateLockedWorkspace(newWorkspaceName, runId, buildParameters),
|
await SharedWorkspaceLocking.GetOrCreateLockedWorkspace(newWorkspaceName, runId, buildParameters),
|
||||||
).toBeTruthy();
|
).toBeTruthy();
|
||||||
}, 150000);
|
}, 350000);
|
||||||
it(`Get Or Create From No Workspace`, async () => {
|
it(`Get Or Create From No Workspace`, async () => {
|
||||||
Cli.options.retainWorkspaces = true;
|
Cli.options.retainWorkspaces = true;
|
||||||
const overrides: any = {
|
const overrides: any = {
|
||||||
|
|
Loading…
Reference in New Issue