Skip to content

Commit e421986

Browse files
committed
fixup! fixup! Use subprocess's timeout feature instead of reinventing the wheel
1 parent 20efe23 commit e421986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def _assert_push_and_pull(self, remote, rw_repo, remote_repo):
434434
TagReference.delete(rw_repo, new_tag, other_tag)
435435
remote.push(":%s" % other_tag.path, kill_after_timeout=10.0)
436436

437-
#@skipIf(HIDE_WINDOWS_FREEZE_ERRORS, "FIXME: Freezes!")
437+
@skipIf(HIDE_WINDOWS_FREEZE_ERRORS, "FIXME: Freezes!")
438438
@with_rw_and_rw_remote_repo("0.1.6")
439439
def test_base(self, rw_repo, remote_repo):
440440
num_remotes = 0

0 commit comments

Comments
 (0)