Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
asn1-value-editor
Commits
ac6f19e8
Commit
ac6f19e8
authored
Sep 05, 2015
by
Maxime Perrotin
Browse files
Increase speed of random simulation
parent
4b0f6e3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
asn1_value_editor/sdlHandler.py
View file @
ac6f19e8
...
...
@@ -704,7 +704,8 @@ class sdlHandler(QObject):
break
self
.
click_tc
(
random_tc
,
arg
)
QTimer
().
singleShot
(
1000
,
self
.
random_step
)
# Send a message every 100 ms.. Should be configurable
QTimer
().
singleShot
(
100
,
self
.
random_step
)
def
exhaustive_simulation
(
self
):
''' Model checker - try all combinations of all inputs in all
...
...
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