Skip to content

Commit 8b0004c

Browse files
author
Glenn Snyder
committed
adding some debug
1 parent 9018182 commit 8b0004c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/wait_for_scan_results.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def wait_for_scan_completion(self):
8989
logging.info(f"Waiting for {len(scan_locations)} code locations. Sleeping for {self.check_delay} seconds before checking again. {remaining_checks} remaining")
9090
time.sleep(self.check_delay)
9191

92+
logging.debug("We timed out, exiting")
9293

9394
return ScanMonitor.TIMED_OUT
9495

0 commit comments

Comments
 (0)