Skip to content

Commit

Permalink
moving the sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Feb 18, 2025
1 parent 59550e5 commit ea61fb5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/warp_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ jobs:
# Purpose: Sets up the testing configuration in Terra workspace
- name: Create new method configuration
run: |
# Wait 5.5 minutes for Dockstore to update
echo "Waiting for Dockstore to update..."
sleep 330
echo "Creating new method configuration for branch: $BRANCH_NAME"
METHOD_CONFIG_NAME=$(python3 scripts/firecloud_api/firecloud_api.py \
Expand Down Expand Up @@ -177,8 +181,6 @@ jobs:
- name: Compare Dockstore and Github Commit Hashes with Retry
id: compare_hashes
run: |
# Wait 5.5 minutes for Dockstore to update
sleep 330
MAX_WAIT_TIME=$((15 * 60)) # 15 minutes in seconds
WAIT_INTERVAL=60 # 1 minute in seconds
Expand Down

0 comments on commit ea61fb5

Please sign in to comment.