Skip to content

Commit

Permalink
Catch any form of exception when waiting for online or offline
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeytdisco committed May 10, 2023
1 parent 3bfb66d commit 477dc4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Reboot System And Wait For System Online
TRY
${reboot_complete}= is_reboot_complete
EXCEPT Connection to remote server broken type=start
EXCEPT
${reboot_complete}= Set Variable ${False}
BREAK
END
Expand All @@ -198,7 +198,7 @@ Reboot System And Wait For System Online
TRY
${reboot_complete}= is_reboot_complete
EXCEPT Connection to remote server broken type=start
EXCEPT
${reboot_complete}= Set Variable ${False}
END
END
Expand Down

0 comments on commit 477dc4d

Please sign in to comment.