Updated manager_test.go to run faster

graph-rework
noah metz 2023-06-02 17:39:28 -06:00
parent 02aa464af2
commit 0085a71142
1 changed files with 1 additions and 1 deletions

@ -301,7 +301,7 @@ func TestAbortEventQueue(t * testing.T) {
// Now that an event manager is constructed with a queue and 3 basic events
// start the queue and check that all the events are executed
go func() {
time.Sleep(time.Second)
time.Sleep(100 * time.Millisecond)
AbortEvent(root_event)
}()