Fix E2E tests
This commit is contained in:
parent
29ff601545
commit
f8b0501eea
4 changed files with 5 additions and 30 deletions
|
|
@ -25,10 +25,12 @@ async function runTest({
|
|||
const settings = `with ${agentCount} agents, concurrency ${concurrency}, iterations ${iterations}, doDeletes ${doDeletes}, jitterScaleInSeconds ${jitterScaleInSeconds}, useSlowFileEvents ${useSlowFileEvents}`;
|
||||
console.info(`Running test ${settings}`);
|
||||
|
||||
const vaultName = uuidv4();
|
||||
console.info(`Using vault name: ${vaultName}`);
|
||||
const initialSettings: Partial<SyncSettings> = {
|
||||
isSyncEnabled: true,
|
||||
token: "test-token-change-me", // same as in backend/config-e2e.yml
|
||||
vaultName: uuidv4(),
|
||||
vaultName,
|
||||
syncConcurrency: concurrency,
|
||||
remoteUri: "http://localhost:3000"
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue