Add some retry around browser launching (#1676)

Towards #1578

Recursively attempt to launch the browser on the first few timeouts
before throwing the ApplicationException.

Restore previous timeout of 30 seconds.
The 45 second timeout was mainly to investigate whether extra time would
resolve flakes. It didn't seem to help at all and it doesn't seem likely
that even more time would help. Go back to 30 seconds to reduce the pain
of hitting retries (though it will still be painful).
3 files changed