Skip to content

Commit

Permalink
Fix PathRemoverTest timeout in RISC-V devices. (#9661)
Browse files Browse the repository at this point in the history
  • Loading branch information
qyl27 committed Aug 26, 2024
1 parent ee42e4f commit 9045a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/java/jenkins/util/io/PathRemoverTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
public class PathRemoverTest {

@Rule public TemporaryFolder tmp = new TemporaryFolder();
@Rule public Timeout timeout = new Timeout(10, TimeUnit.SECONDS);
@Rule public Timeout timeout = new Timeout(30, TimeUnit.SECONDS);
@Rule public FileLockerRule locker = new FileLockerRule();

@Test
Expand Down

0 comments on commit 9045a3d

Please sign in to comment.