All Questions
1 question
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 ...