Skip to content

Commit

Permalink
Update internal/libtor/enabled_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Jan 15, 2024
1 parent 5b6f183 commit bb57cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/libtor/enabled_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ func TestConcurrentCalls(t *testing.T) {
// attempt to create N=5 parallel instances
//
// what we would expect to see is that just one instance
// is able to start and fails and the others fail instead
// is able to start while the other four instances fail instead
// during their startup phase because of concurrency
const concurrentRuns = 5
start := make(chan error, concurrentRuns)
Expand Down

0 comments on commit bb57cf8

Please sign in to comment.