Reduce workers from 2 -> 1 (#3007)

This commit is contained in:
Chris Stewart 2021-05-02 10:42:24 -05:00 committed by GitHub
parent 682a759977
commit 43d9f05d9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ trait BaseAsyncTest
PropertyCheckConfiguration(
minSuccessful = PosInt.from(executions).get,
minSize = PosInt.from(executions).get,
workers = 2
workers = 1
)
}