Skip to content

Commit 29eb89b

Browse files
committed
test: delay sleep duration
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 3625028 commit 29eb89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap-agent/src/agent/sender_allocation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,7 @@ pub mod tests {
15761576
.cast(SenderAllocationMessage::TriggerRAVRequest)
15771577
.unwrap();
15781578

1579-
tokio::time::sleep(std::time::Duration::from_millis(20)).await;
1579+
tokio::time::sleep(std::time::Duration::from_millis(100)).await;
15801580

15811581
// If it is an error then rav request failed
15821582
{

0 commit comments

Comments
 (0)