I've seen several CI flakes in test-apiv2 that look like:
not ok 46 [01-basic] Time for ten /info requests
# expected: <= 5 seconds
# actual: 6 seconds
e.g. in pr 5388. Rerunning the test usually clears it up.
I could easily bump up the time limit, but I put that test in there for a reason: the API was getting slow. I think 6 seconds for 10 requests is a little concerning. @jwhonce @baude could you look into this please?
I've seen several CI flakes in test-apiv2 that look like:
e.g. in pr 5388. Rerunning the test usually clears it up.
I could easily bump up the time limit, but I put that test in there for a reason: the API was getting slow. I think 6 seconds for 10 requests is a little concerning. @jwhonce @baude could you look into this please?