Opened 5 years ago

Closed 5 years ago

#2194 closed enhancement (fixed)

Get rid of annoying wait time in TestJob

Reported by: Nicklas Nordborg Owned by: everyone
Priority: trivial Milestone: BASE 3.16
Component: test Version:
Keywords: Cc:

Description

When running the test programs there is an annoying waiting time for the "Execute" test. I've always though that it is due to something starting up... but it turned out that the there is actually a call to Thread.sleep() in order to simulate a job which takes some time to execute (it can also be used for testing the "Abort job" functionality). It would be nice if the call to Thread.sleep() is skipped when the test programs are running with the '-s' (silent) flag.

Change History (1)

comment:1 by Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: newclosed

In 7749:

Fixes #2194: Get rid of annoying wait time in TestJob

Note: See TracTickets for help on using tickets.