Skip to content

Commit

Permalink
test: fixed e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Jun 10, 2024
1 parent 5cc029b commit 5697d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tasks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ describe("Task Executor", function () {
`,
);
proc.stdout.on("data", (data) => console.log(data));
await proc.waitForExit(20_000);
await proc.waitForExit(30_000);
});
// the first task should be terminated by the provider, the second one should not use the same agreement
await executor.run(async (ctx) => console.log((await ctx.run("echo 'Hello World'")).stdout));
Expand Down

0 comments on commit 5697d4b

Please sign in to comment.