Corey Goldberg

Results 1 issues of Corey Goldberg

this code is from the start() method in xvfbwrapper.py: ``` # give Xvfb time to start time.sleep(self.__class__.SLEEP_TIME_BEFORE_START) ret_code = self.proc.poll() ``` It uses a fixed time.sleep(.1) to wait for Xvfb...