Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
joram
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
joram
joram
Commits
46b327fa
Commit
46b327fa
authored
Apr 04, 2019
by
Andre Freyssinet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the timeout to ensure the execution of the test.
parent
cd820a1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
tests/src/joram/base/Test_CAck1_Q.java
tests/src/joram/base/Test_CAck1_Q.java
+1
-1
tests/src/joram/base/Test_CAck1_T.java
tests/src/joram/base/Test_CAck1_T.java
+1
-2
No files found.
tests/src/joram/base/Test_CAck1_Q.java
View file @
46b327fa
...
...
@@ -125,7 +125,7 @@ public class Test_CAck1_Q extends TestCase {
public
void
admin
()
throws
Exception
{
// connection
javax
.
jms
.
ConnectionFactory
cf
=
TcpConnectionFactory
.
create
(
"localhost"
,
2560
);
((
org
.
objectweb
.
joram
.
client
.
jms
.
ConnectionFactory
)
cf
).
getParameters
().
connectingTimer
=
1
0
;
((
org
.
objectweb
.
joram
.
client
.
jms
.
ConnectionFactory
)
cf
).
getParameters
().
connectingTimer
=
6
0
;
AdminModule
.
connect
(
cf
);
// create a Queue
...
...
tests/src/joram/base/Test_CAck1_T.java
View file @
46b327fa
...
...
@@ -125,8 +125,7 @@ public class Test_CAck1_T extends TestCase {
*/
public
void
admin
()
throws
Exception
{
// conexion
org
.
objectweb
.
joram
.
client
.
jms
.
admin
.
AdminModule
.
connect
(
"localhost"
,
2560
,
"root"
,
"root"
,
60
);
org
.
objectweb
.
joram
.
client
.
jms
.
admin
.
AdminModule
.
connect
(
"localhost"
,
2560
,
"root"
,
"root"
,
60
);
// create a Topic
org
.
objectweb
.
joram
.
client
.
jms
.
Topic
topic
=
(
org
.
objectweb
.
joram
.
client
.
jms
.
Topic
)
org
.
objectweb
.
joram
.
client
.
jms
.
Topic
.
create
(
"topic"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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