Skip to content

Commit

Permalink
fix: add more sleep to dotenv tests
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Feb 23, 2024
1 parent 1199838 commit adb471f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/it/integration/dotenv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn can_read_file() {
#[test]
fn current_env_not_overwritten() {
let e = TestEnv::new();
std::thread::sleep(Duration::from_millis(1400));
std::thread::sleep(Duration::from_millis(3000));
write_env_file(&e, &deploy_hello(&e));
e.new_assert_cmd("contract")
.env(
Expand Down

0 comments on commit adb471f

Please sign in to comment.