We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe84864 commit b29e7d2Copy full SHA for b29e7d2
tests/conftest.py
@@ -429,7 +429,7 @@ def wait_sometime():
429
430
if os.getenv("GITHUB_ACTIONS") == "true":
431
logger.info("Running inside GitHub Actions. Sleeping for 30 seconds...")
432
- time.sleep(3600) # Sleep for 30 seconds
+ time.sleep(30) # Sleep for 30 seconds
433
else:
434
logger.info("Running on the local machine. Press Enter to continue...")
435
input() # Wait for key press
0 commit comments