nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
225 stars 49 forks source link

Set test timeout to 30 mins #218

Closed mhdawson closed 1 year ago

mhdawson commented 1 year ago

Shorten the timeout from the default of 360 minutes.

mhdawson commented 1 year ago

@cjihrig this will help in seeing if any changes that I've made are helping the windows/macos CIs.

mhdawson commented 1 year ago

@cjihrig what time do you think makes sense? Happy to make it shorter.

cjihrig commented 1 year ago

I think 10 minutes should be more than enough for runs that are going to pass.

mhdawson commented 1 year ago

@cjihrig updated to be 10 mins. I'll land once the CI's complete.