Skip to content

Commit

Permalink
[t1rocket] increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Sep 3, 2024
1 parent de25f73 commit 92ae424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion difftest/dpi_t1/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub(crate) struct OnlineArgs {
pub timeout: u64,
}

const TIMEOUT_DEFAULT: u64 = 1000000;
const TIMEOUT_DEFAULT: u64 = 100000000;

impl OnlineArgs {
pub fn from_plusargs(matcher: &PlusArgMatcher) -> Self {
Expand Down
2 changes: 1 addition & 1 deletion difftest/dpi_t1rocket/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub(crate) struct OnlineArgs {
pub timeout: u64,
}

const TIMEOUT_DEFAULT: u64 = 1000000;
const TIMEOUT_DEFAULT: u64 = 100000000;

impl OnlineArgs {
pub fn from_plusargs(matcher: &PlusArgMatcher) -> Self {
Expand Down

0 comments on commit 92ae424

Please sign in to comment.