Skip to content

Commit

Permalink
extraConfigDpu: Increase vsp wait time
Browse files Browse the repository at this point in the history
Signed-off-by: Salvatore Daniele <[email protected]>
  • Loading branch information
SalDaniele committed Sep 9, 2024
1 parent deaecdb commit 218c240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extraConfigDpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def wait_vsp_ds_running(client: K8sClient) -> None:
available_pods = int(available_result.out)
if available_pods == desired_pods:
break
time.sleep(10)
time.sleep(20)
else:
logger.error_and_exit("Vsp pods failed to reach ready state")

Expand Down

0 comments on commit 218c240

Please sign in to comment.