From 80599528e2a613791130dc59bcf346e223b6a30d Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 28 Jun 2024 15:31:18 +0100 Subject: test: increase timeout for expensive test as it is failing intermitantly since it is being run in parellel --- tests/login.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/login.rs b/tests/login.rs index 166941e..9da2a0e 100644 --- a/tests/login.rs +++ b/tests/login.rs @@ -1130,7 +1130,7 @@ mod with_offline_flag { -> Result<()> { let test_repo = GitTestRepo::default(); let mut p = - CliTester::new_with_timeout_from_dir(10000, &test_repo.dir, ["login", "--offline"]); + CliTester::new_with_timeout_from_dir(15000, &test_repo.dir, ["login", "--offline"]); p.expect_input(EXPECTED_NSEC_PROMPT)? .succeeds_with(TEST_KEY_1_NSEC)?; -- cgit v1.2.3