Skip to content

Continuous updates to event queue can hang the library #52

Description

@jussimalinen

Several places in SwingLibrary use Jemmy's EventTool.waitNoEvent with time of 200ms. This waits until there is a gap of 200ms during which there are no new events to event queue. The operation timeouts at 3 minutes (!) and fails the keyword call if that happens.

Now if the SUT generates new events for example every 100ms, this of course causes the test to hang for 3 minutes and then to fail.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions