Closed
Bug 975642
Opened 11 years ago
Closed 11 years ago
B2G STK: icc.selectTimeout takes 2 seconds longer to return the Terminal Response that what the value is set
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 937082
People
(Reporter: nsarkar, Unassigned)
Details
I set the icc.selectTimeout to a certain value say 50 sec. I ran a SELECT_ITEM STK test case. The terminal response should come back in 50 Sec but it comes back in 52 seconds.
Other timeouts like displayTextTimeout and inputTextTimeout seem to work fine.
Comment 1•11 years ago
|
||
(In reply to Nivi from comment #0)
> I set the icc.selectTimeout to a certain value say 50 sec. I ran a
> SELECT_ITEM STK test case. The terminal response should come back in 50 Sec
> but it comes back in 52 seconds.
>
> Other timeouts like displayTextTimeout and inputTextTimeout seem to work
> fine.
Hi Nivi, This is probably caused for this timeout:
https://github.com/mozilla-b2g/gaia/blob/master/apps/settings/js/icc_menu.js#L28
I'll fix this as soon as I land 951599 since this other patch changes too many ICC code so I want to avoid conflicts.
Also this proposed fix is under the umbrella of the bug 937082 so I'll mark this bug as a duplicate of 937082.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(frsela)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•