Skip to content

Commit

Permalink
increase wait
Browse files Browse the repository at this point in the history
  • Loading branch information
ar90n committed Oct 2, 2023
1 parent aa281cc commit 492e80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/simple_event_python/simple_event_python.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ it('event handling with python', async () => {
const response = await client.send(new PutObjectCommand({Bucket: "local-bucket", Key: "incoming/img.jpg", Body: "abcd"}));
const etag = response.ETag.slice(1, -1);

await sleep(1000);
await sleep(5000);

console.log(`/tmp/${etag}`);
const found = fs.existsSync(`/tmp/${etag}`);
Expand Down

0 comments on commit 492e80a

Please sign in to comment.