RubyFlow The Ruby and Rails community linklog

Testing things that take time

Have you ever needed to test something like this?

  • Hit URL A
  • Wait (how long?)
  • Find results at URL B

The ideal is to wait “just long enough” before getting the results. This short post shows a simple way to do that.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in