Skip to content
Merged
2 changes: 1 addition & 1 deletion .github/workflows/dbip_download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
if [[ "$(git ls-remote --heads 2>/dev/null | grep generated-sources)" == "" ]]
if [[ "$(git ls-remote --heads 2>/dev/null | grep generated-source)" == "" ]]
then
git checkout -B generated-source
git rm -rf .
Expand Down
2 changes: 1 addition & 1 deletion multinode_integration_tests/src/masq_real_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use std::thread;
use std::time::Duration;

pub const DATA_DIRECTORY: &str = "/node_root/home";
pub const STANDARD_CLIENT_TIMEOUT_MILLIS: u64 = 1000;
pub const STANDARD_CLIENT_TIMEOUT_MILLIS: u64 = 2000;

#[derive(Clone, Debug, PartialEq, Eq)]
pub struct Firewall {
Expand Down
Loading