Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
2f645d13
Commit
2f645d13
authored
Sep 21, 2015
by
intrigeri
Browse files
Fix typos in code comments.
parent
55e28b6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
features/support/helpers/misc_helpers.rb
View file @
2f645d13
...
...
@@ -73,7 +73,7 @@ end
# times. The block must raise an exception for a run to be considered
# as a failure. After a failure recovery_proc will be called (if
# given) and the intention with it is to bring us back to the state
# expected by the block, so it can be retrie
s
.
# expected by the block, so it can be retrie
d
.
def
retry_tor
(
recovery_proc
=
nil
,
&
block
)
max_retries
=
$config
[
"MAX_NEW_TOR_CIRCUIT_RETRIES"
]
retries
=
1
...
...
features/support/helpers/vm_helper.rb
View file @
2f645d13
...
...
@@ -426,7 +426,7 @@ EOF
begin
do_focus
(
window_title
,
user
)
rescue
ExecutionFailedInVM
# Often when
v
dotool fails to focus a window it'll work when retried
# Often when
x
dotool fails to focus a window it'll work when retried
# after redrawing the screen. Switching to a new virtual desktop then
# back seems to be a reliable way to handle this.
select_virtual_desktop
(
3
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment