Skip to content

Commit b7a9037

Browse files
committed
extend the cosmic-ray testing
1 parent 055a671 commit b7a9037

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

cosmic-ray.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[cosmic-ray]
22
module-path = "src"
33
python-version = ""
4-
timeout = 30.0
4+
timeout = 20.0
55
exclude-modules = ['src/ecdsa/_version.py', 'src/ecdsa/test*', 'src/ecdsa/_rwlock.py']
66
test-command = "pytest -x --fast -m 'not slow' src/"
77

0 commit comments

Comments
 (0)