SignalingWindowsTest continues to fail occasionally because it is
fundamentally racy - it has a timeout, and sometimes it isn't long
enough. This change doubles the timeout, in hopes that this will reduce
the failure frequency.
While in there I updated the shebang to python3 and resolved a couple of
easy pylint warnings that had been suppressed.
Bug: 1335123
Change-Id: Iccd718980f62a0b120f22c053496e5e3bdf25885
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3809751
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1031548}
syntax"
This is a reland of commit 8defc6c6da
Uses `sys.path.append(...)` to import the `common` module in
testing/scripts/run_variations_smoke_tests.py (as is done elsewhere in
the original CL) and resolve errors thrown for attempting a relative
import with no known parent package.
Original change's description:
>and Pylint2.7, and fix resulting errors.
>
>Bug: 1262363
>Change-Id: I09628427dd4caf9d873f3b489b897054430f8567
>Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3557490
>Reviewed-by: Ben Pastene <bpastene@chromium.org>
>Commit-Queue: Joshua Hood <jdh@chromium.org>
>Cr-Commit-Position: refs/heads/main@{#996200}
Bug: 1262363
Change-Id: I60fe062f62962d0b3dc4e93d9e29626ed181f688
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3610783
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Commit-Queue: Joshua Hood <jdh@chromium.org>
Cr-Commit-Position: refs/heads/main@{#999432}