Skip to main content

All Questions

0 votes
1 answer
49 views

synchronized thread not implementing sleep

I was encountering a race condition on some of my API tests, where I wanted to check for the existence of a user after calling a create endpoint. I created a class that checks if valid data is ...
Jake's user avatar
  • 91