Skip to content

Commit

Permalink
Merge pull request #680 from dmknutsen:Issue_679
Browse files Browse the repository at this point in the history
Fix #679, Increase wait time in test workflow
  • Loading branch information
dzbaker committed Jun 1, 2023
2 parents 6cded58 + df34640 commit e11abdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-cfs-deprecated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
fi
counter=$(grep -c "BEGIN" cf/cfe_test.tmp)
echo "Waiting for CFE Tests"
sleep 60
sleep 120
done
../host/cmdUtil --endian=LE --pktid=0x1806 --cmdcode=2 --half=0x0002
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
fi
counter=$(grep -c "BEGIN" cf/cfe_test.tmp)
echo "Waiting for CFE Tests"
sleep 60
sleep 120
done
../host/cmdUtil --endian=LE --pktid=0x1806 --cmdcode=2 --half=0x0002
Expand Down

0 comments on commit e11abdd

Please sign in to comment.