Skip to content

Commit a6c494c

Browse files
committed
lower timeout
1 parent fd8a0ad commit a6c494c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policy-test/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ where
708708
.await;
709709
tracing::trace!(?ns);
710710
tokio::time::timeout(
711-
tokio::time::Duration::from_secs(60),
711+
tokio::time::Duration::from_secs(30),
712712
await_service_account(&client, &ns.name_unchecked(), "default"),
713713
)
714714
.await

0 commit comments

Comments
 (0)