Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Conv TTL Blocking
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Conv TTL Blocking
Commits
f411da59
Commit
f411da59
authored
8 years ago
by
Projects
Browse files
Options
Downloads
Patches
Plain Diff
tests/pulse_rejection: decreased the cool down time
parent
e6f84c8c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
software/tests/pulse_rejection.py
+1
-1
1 addition, 1 deletion
software/tests/pulse_rejection.py
with
1 addition
and
1 deletion
software/tests/pulse_rejection.py
+
1
−
1
View file @
f411da59
...
...
@@ -24,7 +24,7 @@ address = cfg.HNAME if cfg.ENABLED and cfg.HNAME else raw_input("Hostname: ")
user
=
cfg
.
USER
if
cfg
.
ENABLED
and
cfg
.
USER
else
raw_input
(
"
User:
"
)
password
=
cfg
.
PWD
if
cfg
.
ENABLED
and
cfg
.
PWD
else
raw_input
(
"
Password:
"
)
slot
=
cfg
.
SLOT
if
cfg
.
ENABLED
and
cfg
.
SLOT
else
int
(
input
(
"
Slot number:
"
))
cooldown_time
=
2
0
# number seconds of cool down time between tests
cooldown_time
=
1
0
# number seconds of cool down time between tests
elma
=
Elma
(
address
,
user
,
password
)
convttl
=
PyConvTTLBLO
(
slot
,
elma
)
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment