tubelz / macaw

2D game engine written in Go using SDL2 and ECS
https://github.com/tubelz/macaw/wiki
zlib License
12 stars 0 forks source link

Input test fails when takes too long to be ran #1

Closed rennomarcus closed 6 years ago

rennomarcus commented 6 years ago

Describe the bug Input test (TestManager_PopEvent) fails when test takes too long to run sequence.

What version of Macaw are you using? Version 0.5

What operating system and processor architecture are you using? Linux Ubuntu x86_64

What did you do? (Steps to reproduce) go test -count 100 ./input

Expected behavior Test should pass

What did happen instead? Test fails