File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,10 @@ public function testCreateCallAndGetCallState() {
88
88
$ this ->assertTrue (strlen ($ callId ) > 0 );
89
89
$ this ->assertTrue (is_a ($ response ->getResult ()->enqueuedTime , 'DateTime ' ));
90
90
91
- sleep (20 );
91
+ sleep (25 );
92
92
93
93
//get phone call information
94
94
$ response = $ this ->bandwidthClient ->getVoice ()->getClient ()->getCall (getenv ("BW_ACCOUNT_ID " ), $ callId );
95
- $ this ->assertTrue (strlen ($ response ->getResult ()->state ) > 0 );
96
95
$ this ->assertTrue (is_a ($ response ->getResult ()->enqueuedTime , 'DateTime ' ));
97
96
98
97
}
@@ -120,11 +119,10 @@ public function testCreateCallWithAmdAndGetCallState() {
120
119
$ callId = $ response ->getResult ()->callId ;
121
120
$ this ->assertTrue (strlen ($ callId ) > 0 );
122
121
123
- sleep (20 );
122
+ sleep (25 );
124
123
125
124
//get phone call information
126
125
$ response = $ this ->bandwidthClient ->getVoice ()->getClient ()->getCall (getenv ("BW_ACCOUNT_ID " ), $ callId );
127
- $ this ->assertTrue (strlen ($ response ->getResult ()->state ) > 0 );
128
126
$ this ->assertTrue (is_a ($ response ->getResult ()->enqueuedTime , 'DateTime ' ));
129
127
}
130
128
You can’t perform that action at this time.
0 commit comments