Skip to content

Commit 3827665

Browse files
authored
Use a repository variable for sleep after request (#1463)
1 parent 847d3a4 commit 3827665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
DD_TEST_CLIENT_APP_KEY: ${{ secrets.DD_CLIENT_APP_KEY }}
7474
DD_TRACE_ANALYTICS_ENABLED: "true"
7575
RECORD: "none"
76-
SLEEP_AFTER_REQUEST: ${{ secrets.SLEEP_AFTER_REQUEST }}
76+
SLEEP_AFTER_REQUEST: ${{ vars.SLEEP_AFTER_REQUEST }}
7777
PYTEST_ADDOPTS: "--ddtrace"
7878
DD_PYTEST_OPERATION_NAME: "test"
7979
- name: Post failure status check

0 commit comments

Comments
 (0)