Sleeping For Arbitrary Amount Of Time

Definition:

  • When a test becomes fragile to network or processing congestion

Code Example:

Thread.sleep(4*1000);

References:

Quality attributes

  • - Code Example

  • - Cause and Effect

  • - Frequency

  • - Refactoring