Skip to content

Commit

Permalink
Examples: Copied sim-time-limit values from fingerprint tests.
Browse files Browse the repository at this point in the history
The old sim-time-limit values were so large that the simulations
practically didn't finish.
  • Loading branch information
levy committed Mar 31, 2023
1 parent 13fa718 commit 824f898
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/inet/nclients/filetransfer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[Config Filetransfer]
network = NClients

sim-time-limit = 1000000s
sim-time-limit = 50s

# number of client computers
*.n = 5
Expand Down
2 changes: 1 addition & 1 deletion examples/inet/nclients/nclients2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[General]
network = NClients2

sim-time-limit = 1000000s
sim-time-limit = 50s

# number of client computers
*.hostsPerRouter=20 # Number of nodes per star network
Expand Down
2 changes: 1 addition & 1 deletion examples/inet/nclients/omnetpp-ping.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[Ping]
network = NClients

sim-time-limit = 1000000s
sim-time-limit = 10s

# number of client computers
*.n = 4
Expand Down
2 changes: 1 addition & 1 deletion examples/inet/nclients/omnetpp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ description = "inet_TCP <---> TcpLwip"
network = NClients
#abstract-config = true (requires omnet 7)

sim-time-limit = 1000000s
sim-time-limit = 3000s

# number of client computers
*.n = 4
Expand Down

0 comments on commit 824f898

Please sign in to comment.