eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
28 stars 40 forks source link

Normalize handling of mocha timeout and default to 5s. #222 #223

Closed jonahgraham closed 1 year ago

jonahgraham commented 1 year ago

The mocha timeout code was random throughout all the different tests, instead move it to the common util file. This means that we can make all the timeouts the same.