We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a6f82 commit f32c68fCopy full SHA for f32c68f
1 file changed
.github/workflows/test-tensorflow-switching.yml
@@ -90,7 +90,7 @@ jobs:
90
echo "--- Running Omnipkg Demo for TensorFlow (Complex Dependency Testing) ---"
91
mkdir -p /tmp/omnipkg-artifacts
92
93
- timeout 1200 bash -c 'echo "3" | omnipkg demo 2>&1 | tee /tmp/omnipkg-artifacts/tensorflow_demo_output.txt'
+ timeout 900 bash -c 'echo "4" | omnipkg demo 2>&1 | tee /tmp/omnipkg-artifacts/tensorflow_demo_output.txt'
94
DEMO_EXIT_CODE=$?
95
96
echo "## TensorFlow Demo Output" >> $GITHUB_STEP_SUMMARY
0 commit comments