reduce data replication wait time

This commit is contained in:
Ladd Hoffman 2024-12-25 17:32:20 -06:00
parent a6f65ef99f
commit 28691d677a
1 changed files with 1 additions and 1 deletions

View File

@ -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`, {
method: 'PUT',