Skip to content

Commit

Permalink
long execution for mutation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Dec 31, 2023
1 parent 1364e89 commit c4c6ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ jobs:
cp sessions/session-${{ matrix.name }}.sqlite session.sqlite
systemd-run --user --scope -p MemoryMax=2G -p MemoryHigh=2G cosmic-ray exec cosmic-ray.toml session.sqlite &
cosmic_pid=$!
for i in $(seq 1 2); do
for i in $(seq 1 10); do
echo $i
sleep 60
done
Expand Down

0 comments on commit c4c6ff6

Please sign in to comment.