Samsung / ONE-vscode

Visual Studio Code Extension of ONE compiler toolchain
Apache License 2.0
48 stars 51 forks source link

[Test] Alter mocha timeout #1714

Closed dayo09 closed 11 months ago

dayo09 commented 11 months ago

This commit alter mocha timeout from 2000(default) to 10000 ms. It's to prevent timeout failure during test.

ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee dayoung.lee@samsung.com


For #1706

I suspect it as a long latency problem. By rising timeout up to 10000 ms, (default: 2000 ms) the test passes at once. Maybe the CI machine sometime get slower and does not pass within the timeout. They always pass on local machine, so let's simply change the timeout.