Function Thread.sleep

Wait for specified amout of milliseconds

static void sleep (
  uint msec
);

Example

Thread.sleep(100);
assert(true);
}