Skip to content

Commit

Permalink
tests, ptrig: adjust timing of ptrig multichain test
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Jul 7, 2020
1 parent 9d581ea commit e2f415a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ptrig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ local sys4 = bd.system {
{ name="const3", config = { type_name="int", value=1003 } },
{
name="ptrig0", config = {
period = {sec=0, usec=10000 },
period = {sec=0, usec=1000 },
tstats_mode = 2,
tstats_profile_path = "./",
num_chains = 4,
Expand Down

0 comments on commit e2f415a

Please sign in to comment.