Skip to content

Commit 4f2c0ec

Browse files
committed
increase the timeout from 1 sec to 10
1 parent ec8a34f commit 4f2c0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HarborRepository.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function HarborRepository(props: RepositoryProps) {
3434

3535
setTimeout(() => {
3636
setLoading(true);
37-
}, 3000);
37+
}, 10000);
3838
}, [props.project, props.repository]);
3939

4040
const theme = getTheme();

0 commit comments

Comments
 (0)