We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ebb640 + b6a7d60 commit cb7520eCopy full SHA for cb7520e
tapchannel/auf_leaf_signer_test.go
@@ -49,7 +49,7 @@ var (
49
}
50
51
// sig job batch size when making more that one sig job.
52
- numSigJobs = int32(10)
+ numSigJobs = int32(25)
53
54
// Threshold for trying to cancel or quit the aux leaf signer (allow
55
// the signer to complete a third of the batch).
@@ -207,7 +207,6 @@ func TestAuxLeafSignerCancelAndQuit(t *testing.T) {
207
// Another component could have sent the cancel signal; we'll
208
// send that before the quit signal.
209
close(cancelChan)
210
- time.Sleep(time.Millisecond)
211
212
// Send the quit signal; jobs at the end of the batch should not
213
// be processed.
0 commit comments