Skip to content

Commit 92a4e4a

Browse files
committed
. e doubled timeout.
1 parent 69eb35d commit 92a4e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_and_build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
nohup labview64 > /tmp/lv_launch.log 2>&1 &
6969
LV_PID=$!
7070
echo "LabVIEW PID: $LV_PID"
71-
sleep 30
71+
sleep 60
7272
echo "--- LabVIEW stdout/stderr ---"
7373
cat /tmp/lv_launch.log || true
7474
echo "--- Processes ---"

0 commit comments

Comments
 (0)