Skip to content

Commit 122dc35

Browse files
committed
add debug sleep for GPU runner
1 parent 350f94a commit 122dc35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/scripts/unittest.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ echo '::group::Install testing utilities'
1111
pip install --progress-bar=off pytest pytest-mock pytest-cov
1212
echo '::endgroup::'
1313

14+
if [[ $GPU_ARCH_TYPE == 'cuda' ]]; then
15+
sleep 3600
16+
fi
17+
1418
python test/smoke_test.py
1519
#pytest --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25

0 commit comments

Comments
 (0)