File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ script:
156156 cr-report session.sqlite | tail -n 3;
157157 done &
158158 REPORT_PID=$!
159- # kill exec after 25 minutes
160- (sleep $((60*25 )); kill $COSMIC_PID) &
159+ # kill exec after 40 minutes
160+ (sleep $((60*40 )); kill $COSMIC_PID) &
161161 fi
162162 - if [[ $MUTATION ]]; then wait $COSMIC_PID ; kill $REPORT_PID ; true; fi
163163 - if [[ $MUTATION ]]; then cr-report --show-output session.sqlite | tail -n 40; fi
Original file line number Diff line number Diff line change 11[cosmic-ray ]
22module-path = " src"
33python-version = " "
4- timeout = 30 .0
4+ timeout = 20 .0
55exclude-modules = [' src/ecdsa/_version.py' , ' src/ecdsa/test*' , ' src/ecdsa/_rwlock.py' ]
66test-command = " pytest -x --fast -m 'not slow' src/"
77
You can’t perform that action at this time.
0 commit comments