Skip to content

increase command wait time to 1s #1978

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2017
Merged

Conversation

liufengyun
Copy link
Contributor

This change helps to further reduce non-determinism in the auto debug test. The problem
can happen when two consecute commands interfere:

 [expect]                          [jdb]

  cmd1          ---->
  sleep 0.5                 <---    part 1 of rep1
  read & match buffer
  clear buffer

  cmd2          ---->
                            <---    part 2 of rep1

If we still have problems with the automation debug after this, it is fine to disable them for now. Review @felixmulder .

This change helps to reduce non-determinism in the test. The problem
can happen when two consecute commands interfere:

     [expect]                          [jdb]

      cmd1          ---->
      sleep 0.5                 <---    part 1 of rep1
      read & match buffer
      clear buffer

      cmd2          ---->
                                <---    part 2 of rep1
@liufengyun liufengyun merged commit 02bced6 into scala:master Feb 14, 2017
@liufengyun liufengyun deleted the debug-auto branch February 14, 2017 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant