mirror of
https://github.com/status-im/nim-codex.git
synced 2025-01-09 10:32:11 +00:00
e654e93c71
* clock: add 1 second leeway before acting on timeouts * sales: do not raise in proving loop when slot is cancelled Allow the onCancelled callback to handle cancellation, and the onFailed callback to handle failed requests. * sales: cleanup proving tests * sales: fix sales agent tests * sales: stop cancellation loop when request started, finished or failed * sales: fix flaky test * sales: fix another flaky test * clock: add comment explaining the + 1 second Co-Authored-By: benbierens <thatbenbierens@gmail.com> --------- Co-authored-by: benbierens <thatbenbierens@gmail.com>
8 lines
174 B
Nim
8 lines
174 B
Nim
import ./sales/testsales
|
|
import ./sales/teststates
|
|
import ./sales/testreservations
|
|
import ./sales/testslotqueue
|
|
import ./sales/testsalesagent
|
|
|
|
{.warning[UnusedImport]: off.}
|