Skip to content

Commit

Permalink
Increase sleep duration
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Jun 8, 2024
1 parent ea4f8d9 commit 59c9d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audiences.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ mod test {
// Create.
let created = resend.audiences.create(audience).await?;
let id = created.id;
std::thread::sleep(std::time::Duration::from_secs(1));
std::thread::sleep(std::time::Duration::from_secs(2));

// Get.
let data = resend.audiences.get(&id).await?;
Expand Down

0 comments on commit 59c9d18

Please sign in to comment.