function
test.setDefaultTimeout
milliseconds: number
): void;
Sets the default timeout for all tests in the current file. A timeout set on an individual test overrides this value. The default timeout is 5000ms (5 seconds).
@param milliseconds
the default timeout in milliseconds