Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1160,5 +1160,5 @@ def recurse():
# On my machine, it takes about 100-200ms to capture the exception,
# so this limit should be generous enough.
assert (
capture_end_time - capture_start_time < 10**9
capture_end_time - capture_start_time < 10**9 * 2
), "stacktrace capture took too long, check that frame limit is set correctly"
Loading