Skip to content
Snippets Groups Projects

Improved objects' deletion

Merged Gioacchino Vino requested to merge debug_paas_ci into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -8,7 +8,7 @@ from utilities import import_dep_info, process_global_reports_info, read_not_rel
import argparse
### GVM Options ###
WAIT_TIMEOUT = 3600 #1h
WAIT_TIMEOUT = 7200 #1h
parser = argparse.ArgumentParser(
description='Scan endpoints and machines')
Loading