mikestefanello / pagoda

Rapid, easy full-stack web development starter kit in Go
MIT License
2.21k stars 115 forks source link

fix flakey context test #43

Closed ghost closed 1 year ago

ghost commented 1 year ago

On my machine (and possibly GH Actions) the test seemed to sometimes fail due to the timeout, not actually as a result of the context being cancelled without an error. We use a channel so we're actually testing the context's state.

mikestefanello commented 1 year ago

Thanks for opening this. I went ahead and committed the simpler fix.