Skip to content

Commit

Permalink
extend rabbitmq test time
Browse files Browse the repository at this point in the history
Signed-off-by: ZichengMa <[email protected]>
  • Loading branch information
ZichengMa committed Aug 23, 2023
1 parent cbfd53d commit 9bf85a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/src/rabbitmq_e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub async fn rabbitmq_e2e_test() -> Result<(), Error> {
let rabbitmq_sts_name = format!("{}-server", &rabbitmq_name);
let rabbitmq_cm_name = format!("{}-server-conf", &rabbitmq_name);

let seconds = Duration::from_secs(360);
let seconds = Duration::from_secs(600);
let start = Instant::now();
loop {
sleep(Duration::from_secs(5)).await;
Expand Down

0 comments on commit 9bf85a6

Please sign in to comment.