Skip to content

Commit 9dbc4e2

Browse files
adjust schedulerExecutor test timing
1 parent f96403f commit 9dbc4e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/__test__/schedulerExecutor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe("ScheduleExecutor", () => {
7979
test("Should be able to see the result in executed schedule", async () => {
8080
const client = await clientPromise;
8181
const executor = new SchedulerClient(client);
82-
await new Promise((resolve) => setTimeout(resolve, 5000));
82+
await new Promise((resolve) => setTimeout(resolve, 10000));
8383
const result = await executor.search(
8484
0,
8585
15,

0 commit comments

Comments
 (0)