reduce data replication wait time
This commit is contained in:
parent
a6f65ef99f
commit
28691d677a
|
@ -37,7 +37,7 @@ describe('Run', () => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
await new Promise((resolve) => setTimeout(resolve, 500));
|
await new Promise((resolve) => setTimeout(resolve, 100));
|
||||||
|
|
||||||
const res2 = await fetch(`${apps[0].apiUrl}/users`, {
|
const res2 = await fetch(`${apps[0].apiUrl}/users`, {
|
||||||
method: 'PUT',
|
method: 'PUT',
|
||||||
|
|
Loading…
Reference in New Issue