Skip to content

Commit 68c2ddb

Browse files
authored
Master gh 580 b dbip download workflow (#643)
1 parent aeae56c commit 68c2ddb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dbip_download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
git config user.name "github-actions[bot]"
4646
git config user.email "github-actions[bot]@users.noreply.github.com"
47-
if [[ "$(git ls-remote --heads 2>/dev/null | grep generated-sources)" == "" ]]
47+
if [[ "$(git ls-remote --heads 2>/dev/null | grep generated-source)" == "" ]]
4848
then
4949
git checkout -B generated-source
5050
git rm -rf .

multinode_integration_tests/src/masq_real_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ use std::thread;
3838
use std::time::Duration;
3939

4040
pub const DATA_DIRECTORY: &str = "/node_root/home";
41-
pub const STANDARD_CLIENT_TIMEOUT_MILLIS: u64 = 1000;
41+
pub const STANDARD_CLIENT_TIMEOUT_MILLIS: u64 = 2000;
4242

4343
#[derive(Clone, Debug, PartialEq, Eq)]
4444
pub struct Firewall {

0 commit comments

Comments
 (0)