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 41
41
import org .jenkinsci .plugins .workflow .multibranch .WorkflowMultiBranchProject ;
42
42
import org .jenkinsci .plugins .workflow .multibranch .WorkflowMultiBranchProjectTest ;
43
43
import org .jenkinsci .plugins .workflow .test .steps .SemaphoreStep ;
44
+ import org .junit .Before ;
44
45
import org .junit .ClassRule ;
45
46
import org .junit .Test ;
46
47
import org .junit .Rule ;
@@ -55,6 +56,10 @@ public class SCMRetrieverTest {
55
56
@ Rule public JenkinsRule r = new JenkinsRule ();
56
57
@ Rule public GitSampleRepoRule sampleRepo = new GitSampleRepoRule ();
57
58
59
+ @ Before public void doNotWait () {
60
+ r .setQuietPeriod (0 );
61
+ }
62
+
58
63
@ Url ("https://stackoverflow.com/a/49112612/12916" )
59
64
@ Test public void selfTestLibraries () throws Exception {
60
65
sampleRepo .init ();
You can’t perform that action at this time.
0 commit comments