File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/test/java/org/jenkinsci/plugins/workflow/libs Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 4141import org .jenkinsci .plugins .workflow .multibranch .WorkflowMultiBranchProject ;
4242import org .jenkinsci .plugins .workflow .multibranch .WorkflowMultiBranchProjectTest ;
4343import org .jenkinsci .plugins .workflow .test .steps .SemaphoreStep ;
44+ import org .junit .Before ;
4445import org .junit .ClassRule ;
4546import org .junit .Test ;
4647import org .junit .Rule ;
@@ -55,6 +56,10 @@ public class SCMRetrieverTest {
5556 @ Rule public JenkinsRule r = new JenkinsRule ();
5657 @ Rule public GitSampleRepoRule sampleRepo = new GitSampleRepoRule ();
5758
59+ @ Before public void doNotWait () {
60+ r .setQuietPeriod (0 );
61+ }
62+
5863 @ Url ("https://stackoverflow.com/a/49112612/12916" )
5964 @ Test public void selfTestLibraries () throws Exception {
6065 sampleRepo .init ();
You can’t perform that action at this time.
0 commit comments