We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69eb35d commit 92a4e4aCopy full SHA for 92a4e4a
1 file changed
.github/workflows/test_and_build_docker.yml
@@ -68,7 +68,7 @@ jobs:
68
nohup labview64 > /tmp/lv_launch.log 2>&1 &
69
LV_PID=$!
70
echo "LabVIEW PID: $LV_PID"
71
- sleep 30
+ sleep 60
72
echo "--- LabVIEW stdout/stderr ---"
73
cat /tmp/lv_launch.log || true
74
echo "--- Processes ---"
0 commit comments