ci(sparc64): increase timeout time
This commit is contained in:
parent
7ad21396c2
commit
99366f3b5d
1 changed files with 1 additions and 1 deletions
|
|
@ -665,7 +665,7 @@ fn test_parsing_with_a_timeout() {
|
|||
assert!(start_time.elapsed().as_micros() < 2000);
|
||||
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
assert!(start_time.elapsed().as_micros() < 4000);
|
||||
assert!(start_time.elapsed().as_micros() < 8000);
|
||||
|
||||
// Continue parsing, but pause after 1 ms of processing.
|
||||
parser.set_timeout_micros(5000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue