| .. | .. |
|---|
| 49 | 49 | rtc_tm.tm_hour, rtc_tm.tm_min, rtc_tm.tm_sec); |
|---|
| 50 | 50 | } |
|---|
| 51 | 51 | |
|---|
| 52 | | -TEST_F(rtc, uie_read) { |
|---|
| 52 | +TEST_F_TIMEOUT(rtc, uie_read, NUM_UIE + 2) { |
|---|
| 53 | 53 | int i, rc, irq = 0; |
|---|
| 54 | 54 | unsigned long data; |
|---|
| 55 | 55 | |
|---|
| .. | .. |
|---|
| 211 | 211 | ASSERT_EQ(new, secs); |
|---|
| 212 | 212 | } |
|---|
| 213 | 213 | |
|---|
| 214 | | -TEST_F(rtc, alarm_alm_set_minute) { |
|---|
| 214 | +TEST_F_TIMEOUT(rtc, alarm_alm_set_minute, 65) { |
|---|
| 215 | 215 | struct timeval tv = { .tv_sec = 62 }; |
|---|
| 216 | 216 | unsigned long data; |
|---|
| 217 | 217 | struct rtc_time tm; |
|---|
| .. | .. |
|---|
| 264 | 264 | ASSERT_EQ(new, secs); |
|---|
| 265 | 265 | } |
|---|
| 266 | 266 | |
|---|
| 267 | | -TEST_F(rtc, alarm_wkalm_set_minute) { |
|---|
| 267 | +TEST_F_TIMEOUT(rtc, alarm_wkalm_set_minute, 65) { |
|---|
| 268 | 268 | struct timeval tv = { .tv_sec = 62 }; |
|---|
| 269 | 269 | struct rtc_wkalrm alarm = { 0 }; |
|---|
| 270 | 270 | struct rtc_time tm; |
|---|