Skip to content

Commit

Permalink
test(wallet-integration): bump sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Dec 12, 2024
1 parent 3e8266d commit a391771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/pop-cli/src/commands/up/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ mod tests {
use url::Url;

const WALLET_INT_URI: &str = "http://127.0.0.1:9090";
const WAIT_TIME: u64 = 20000;
const WAIT_TIME: u64 = 50000;

// This struct implements the [`Payload`] trait and is used to submit
// pre-encoded SCALE call data directly, without the dynamic construction of transactions.
Expand Down
5 changes: 3 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ allow = [
"MPL-2.0",
"Unicode-3.0",
"Unicode-DFS-2016",
"Unlicense"
"Unlicense",
"Zlib",
]
confidence-threshold = 0.93

Expand All @@ -35,4 +36,4 @@ name = "ring"
expression = "ISC AND MIT AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 },
]
]

0 comments on commit a391771

Please sign in to comment.